home *** CD-ROM | disk | FTP | other *** search
/ Australian PC Authority 2003 February / Disc 2 / PCAFeb03_2.iso / Multimedia / DVDCopyOne / dvdcopyone.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2002-12-11  |  3.1 KB  |  66 lines

  1. ;InnoSetupVersion=2.0.11
  2. [Setup]
  3. AppName=DVD Copy One Ver 6.0
  4. AppVerName=DVD Copy One Ver 6.0
  5. AppId=DVD Copy One Ver 6.0
  6. AppPublisherURL=http://www.dvdcopyone.com
  7. AppSupportURL=http://www.dvdcopyone.com/support.html
  8. DefaultDirName={pf}\dvdcopyone
  9. DefaultGroupName=DVDCopyOne
  10. UninstallDisplayIcon={app}\dvdcopyone.exe
  11. OutputBaseFilename=onesetup
  12. Compression=zip
  13. PrivilegesRequired=none
  14. LicenseFile=embedded\License.txt
  15. WizardImageFile=embedded\WizardImage0.bmp
  16. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  17. [Files]
  18. Source: "{app}\dvdcopyone.exe"; DestDir: "{app}"; 
  19. Source: "{app}\cdrw.dll"; DestDir: "{app}"; 
  20. Source: "{app}\cds.dll"; DestDir: "{app}"; 
  21. Source: "{app}\navi.dll"; DestDir: "{app}"; 
  22. Source: "{app}\data0.dll"; DestDir: "{app}"; 
  23. Source: "{app}\cdapi.dll"; DestDir: "{app}"; 
  24. Source: "{app}\kfs.exe"; DestDir: "{app}"; 
  25. Source: "{app}\mkdat.exe"; DestDir: "{app}"; 
  26. Source: "{app}\Config.dat"; DestDir: "{app}"; 
  27. Source: "{app}\Readme.txt"; DestDir: "{app}"; 
  28. Source: "{app}\user.key"; DestDir: "{app}"; 
  29. Source: "{app}\lang.cfg"; DestDir: "{app}"; 
  30. Source: "{app}\lang\ARABIC.TXT"; DestDir: "{app}\lang"; 
  31. Source: "{app}\lang\CROATIAN.TXT"; DestDir: "{app}\lang"; 
  32. Source: "{app}\lang\CZECH.TXT"; DestDir: "{app}\lang"; 
  33. Source: "{app}\lang\DANISH.TXT"; DestDir: "{app}\lang"; 
  34. Source: "{app}\lang\DUTCH.TXT"; DestDir: "{app}\lang"; 
  35. Source: "{app}\lang\ENGLISH.TXT"; DestDir: "{app}\lang"; 
  36. Source: "{app}\lang\FINNISH.TXT"; DestDir: "{app}\lang"; 
  37. Source: "{app}\lang\FRENCH.TXT"; DestDir: "{app}\lang"; 
  38. Source: "{app}\lang\GERMAN.TXT"; DestDir: "{app}\lang"; 
  39. Source: "{app}\lang\GREEK.TXT"; DestDir: "{app}\lang"; 
  40. Source: "{app}\lang\HEBREW.TXT"; DestDir: "{app}\lang"; 
  41. Source: "{app}\lang\hungarian.txt"; DestDir: "{app}\lang"; 
  42. Source: "{app}\lang\ITALIAN.TXT"; DestDir: "{app}\lang"; 
  43. Source: "{app}\lang\KOREAN.TXT"; DestDir: "{app}\lang"; 
  44. Source: "{app}\lang\norwegian.txt"; DestDir: "{app}\lang"; 
  45. Source: "{app}\lang\Polish.txt"; DestDir: "{app}\lang"; 
  46. Source: "{app}\lang\portuguese.txt"; DestDir: "{app}\lang"; 
  47. Source: "{app}\lang\RUSSIAN.TXT"; DestDir: "{app}\lang"; 
  48. Source: "{app}\lang\SLOVAK.TXT"; DestDir: "{app}\lang"; 
  49. Source: "{app}\lang\slovenian.txt"; DestDir: "{app}\lang"; 
  50. Source: "{app}\lang\SPANISH.TXT"; DestDir: "{app}\lang"; 
  51. Source: "{app}\lang\SWEDISH.TXT"; DestDir: "{app}\lang"; 
  52. Source: "{app}\lang\s_chinese.txt"; DestDir: "{app}\lang"; 
  53. Source: "{app}\lang\TURKISH.TXT"; DestDir: "{app}\lang"; 
  54. Source: "{app}\lang\t_chinese.txt"; DestDir: "{app}\lang"; 
  55. [Registry]
  56. Root: HKCU; Subkey: "Software\Dupdvd"; Flags: uninsdeletekey 
  57. [Run]
  58. Filename: "{app}\readme.txt"; Description: "View the README file"; Flags: shellexec postinstall skipifsilent 
  59. Filename: "{app}\dvdcopyone.exe"; Description: "Launch application"; Flags: postinstall skipifsilent nowait
  60. [Icons]
  61. Name: "{group}\DVDCopyOne"; Filename: "{app}\dvdcopyone.exe"; 
  62. Name: "{group}\Uninstall DVDCopyOne"; Filename: "{app}\unins000.exe"; 
  63. Name: "{group}\Readme"; Filename: "{app}\readme.txt"; 
  64. [UninstallDelete]
  65. Type: files; Name: "{app}\cdrw.txt"; 
  66.